ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / Source Property

In This Topic
    Source Property
    In This Topic
    Gets or sets the original source collection.
    Syntax
    'Declaration
     
    Protected Overridable Property Source As System.Collections.Generic.IReadOnlyList(Of S)
    protected virtual System.Collections.Generic.IReadOnlyList<S> Source {get; set;}
    See Also